Skip to content

Conversation

reneleonhardt
Copy link

Fixes #92

Old logic:

  • CARGO_MAKEFLAGS is empty -> make -jN
  • CARGO_MAKEFLAGS is set -> concatenate or set MAKEFLAGS

New logic:

  • CARGO_MAKEFLAGS is set -> concatenate or set MAKEFLAGS
  • MAKEFLAGS is set -> use MAKEFLAGS unchanged
  • Otherwise -> make -jN

@reneleonhardt reneleonhardt force-pushed the fix/prioritize-MAKEFLAGS-over-num_jobs branch from f7425b2 to 7923634 Compare June 29, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Do not pass -jN to make, use cargo jobserver instead

1 participant